home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Audiomaster 2 main.adf / S / Startup-Sequence < prev    next >
Text File  |  1992-12-11  |  900b  |  24 lines

  1. BS1;              Soft Finger is a member of BAMIGA SECTOR ONE.
  2. Addbuffers df0: 10
  3. c:SetPatch >NIL: ;patch system functions
  4. cd c:
  5. echo "A500/A2000 Workbench disk.  Release 1.3 version 34.20*N"
  6. type df0:s/startup-message
  7. Sys:System/FastMemFirst ; move C00000 memory to last in list
  8. BindDrivers
  9. SetClock load ;load system time from real time clock (A1000 owners should
  10.               ;replace the SetClock load with Date
  11. FF >NIL: -0 ;speed up Text
  12. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  13. resident c:Execute pure
  14. mount newcon:
  15. ;
  16. failat 11
  17. run execute s:StartupII ;This lets resident be used for rest of script
  18. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  19. ;
  20. SYS:System/SetMap usa1 ;Activate the ()/* on keypad
  21. path ram: c: sys:utilities sys:system s: sys:prefs add ;set path for Workbench
  22. LoadWB delay  ;wait for inhibit to end before continuing
  23. endcli >NIL:
  24.